﻿2026-07-27T01:37:21.2775423Z ##[group]Run actions/checkout@v5
2026-07-27T01:37:21.2776154Z with:
2026-07-27T01:37:21.2776563Z   repository: BigscreenVR/spt-bs-core
2026-07-27T01:37:21.2779667Z   token: ***
2026-07-27T01:37:21.2780029Z   ssh-strict: true
2026-07-27T01:37:21.2780391Z   ssh-user: git
2026-07-27T01:37:21.2780759Z   persist-credentials: true
2026-07-27T01:37:21.2781153Z   clean: true
2026-07-27T01:37:21.2781543Z   sparse-checkout-cone-mode: true
2026-07-27T01:37:21.2781961Z   fetch-depth: 1
2026-07-27T01:37:21.2782319Z   fetch-tags: false
2026-07-27T01:37:21.2782682Z   show-progress: true
2026-07-27T01:37:21.2783045Z   lfs: false
2026-07-27T01:37:21.2783384Z   submodules: false
2026-07-27T01:37:21.2783751Z   set-safe-directory: true
2026-07-27T01:37:21.2784157Z   allow-unsafe-pr-checkout: false
2026-07-27T01:37:21.2784763Z ##[endgroup]
2026-07-27T01:37:21.3607222Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T01:37:21.3609036Z ##[group]Getting Git version info
2026-07-27T01:37:21.3609750Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-27T01:37:21.3610830Z [command]/usr/bin/git version
2026-07-27T01:37:21.3611278Z git version 2.43.0
2026-07-27T01:37:21.3615936Z ##[endgroup]
2026-07-27T01:37:21.3627627Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ffa4ec77-a5ed-4136-8892-39551730290a' before making global git config changes
2026-07-27T01:37:21.3628813Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T01:37:21.3630996Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-27T01:37:21.3665509Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-27T01:37:21.3685538Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T01:37:21.3696779Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T01:37:21.3699202Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T01:37:21.3719944Z refs/heads/main
2026-07-27T01:37:21.3727354Z [command]/usr/bin/git checkout --detach
2026-07-27T01:37:21.3776170Z HEAD is now at 12555b46 Merge pull request #89 from BigscreenVR/build/resident-service-w1
2026-07-27T01:37:21.3844569Z [command]/usr/bin/git branch --delete --force main
2026-07-27T01:37:21.3874673Z Deleted branch main (was 12555b46).
2026-07-27T01:37:21.3878758Z ##[endgroup]
2026-07-27T01:37:21.3882086Z [command]/usr/bin/git submodule status
2026-07-27T01:37:21.4070042Z ##[group]Cleaning the repository
2026-07-27T01:37:21.4073715Z [command]/usr/bin/git clean -ffdx
2026-07-27T01:37:22.2242259Z Removing target/
2026-07-27T01:37:22.2250967Z [command]/usr/bin/git reset --hard HEAD
2026-07-27T01:37:22.2308807Z HEAD is now at 12555b46 Merge pull request #89 from BigscreenVR/build/resident-service-w1
2026-07-27T01:37:22.2314602Z ##[endgroup]
2026-07-27T01:37:22.2315795Z ##[group]Disabling automatic garbage collection
2026-07-27T01:37:22.2317885Z [command]/usr/bin/git config --local gc.auto 0
2026-07-27T01:37:22.2347842Z ##[endgroup]
2026-07-27T01:37:22.2349036Z ##[group]Setting up auth
2026-07-27T01:37:22.2352880Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-27T01:37:22.2380104Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-27T01:37:22.2570158Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T01:37:22.2597912Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-27T01:37:22.2788648Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T01:37:22.2820384Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-27T01:37:22.3028543Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-27T01:37:22.3065137Z ##[endgroup]
2026-07-27T01:37:22.3067006Z ##[group]Fetching the repository
2026-07-27T01:37:22.3080653Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5a42521655028efa7a3c1452c76a1e1cba5e6aaf:refs/remotes/pull/90/merge
2026-07-27T01:37:22.8377385Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-27T01:37:22.8379309Z  * [new ref]           5a42521655028efa7a3c1452c76a1e1cba5e6aaf -> pull/90/merge
2026-07-27T01:37:22.8398534Z ##[endgroup]
2026-07-27T01:37:22.8399212Z ##[group]Determining the checkout info
2026-07-27T01:37:22.8400949Z ##[endgroup]
2026-07-27T01:37:22.8404612Z [command]/usr/bin/git sparse-checkout disable
2026-07-27T01:37:22.8441823Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-27T01:37:22.8464071Z ##[group]Checking out the ref
2026-07-27T01:37:22.8466352Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/90/merge
2026-07-27T01:37:22.8609333Z Previous HEAD position was 12555b46 Merge pull request #89 from BigscreenVR/build/resident-service-w1
2026-07-27T01:37:22.8611331Z HEAD is now at 5a425216 Merge dd7f89edfee5c64b2cc680c467451e9a42d2760d into 12555b462f7ee2bed9149aae95036a00b37e2f9a
2026-07-27T01:37:22.8618507Z ##[endgroup]
2026-07-27T01:37:22.8651291Z [command]/usr/bin/git log -1 --format=%H
2026-07-27T01:37:22.8673562Z 5a42521655028efa7a3c1452c76a1e1cba5e6aaf
